/*
Theme Name: Citizens Bank and Trust
Theme URI: http://digisquid.com/squid-theme
Author: DigiSquid, LLC.
Author URI: http://digisquid.com/
Description: The Citizens Bank and Trust Theme
Version: 6.25.17
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: squid
Tags: theme-options
This theme, like WordPress, is licensed under the GPL.
*/
/* @group SASS Partials */
/* Squid CSS Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* !Transitions ============================================================== */
a {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out; }

a:hover {
  transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out; }

a.hover-fade img {
  transition: color, opacity 500ms ease-in-out;
  -webkit-transition: color,opacity 500ms ease-in-out;
  -moz-transition: color,opacity 500ms ease-in-out;
  -o-transition: color,opacity 500ms ease-in-out;
  -ms-transition: color,opacity 500ms ease-in-out;
  opacity: 0.5; }

a.hover-fade:hover img {
  transition: color, opacity 100ms ease-in-out;
  -webkit-transition: color,opacity 100ms ease-in-out;
  -moz-transition: color,opacity 100ms ease-in-out;
  -o-transition: color,opacity 100ms ease-in-out;
  -ms-transition: color,opacity 100ms ease-in-out;
  opacity: 1; }

/* @end */
/* @group SASS Variables and Mixins */
/* @end */
/* @group Typography */
body {
  /* Base Font Size */
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px; }

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  color: #00825b;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 1em; }

/* Header 1 */
#content h1 {
  font-size: 2.25em;
  text-transform: uppercase; }

/* Header 2 */
#content h2,
#content h2 a:link {
  font-size: 1.5em; }

/* Blog Feed Headlines */
#content h2.fl-post-grid-title,
#content h2.fl-post-grid-title a:link {
  font-size: 1.5em; }

/* Blog H2 */
div#content div#blogpost h2 {
  font-size: 1.5em;
  margin-top: 25px; }

/* Header 2 link colors */
#content h2 a:hover,
#content h2 a:visited {
  color: #00825b; }

/* H3 Header text */
#content h3 {
  font-size: 1.25em; }

/* H4 Header text */
#content h4 {
  font-size: 1em; }

/* H5 Header text */
#content h5 {
  font-size: .75em; }

/* H6 Header text */
#content h6 {
  font-size: 0.5em; }

/* Superscript */
sup {
  vertical-align: super;
  font-size: 9px !important;
  font-weight: bold; }

.small-desc {
  font-size: 12px; }

h1 > sup {
  font-size: 50%; }

/* Navigation */
#navigationmodule li a {
  font-family: "Lato", sans-serif;
  font-size: 1em; }

#navigationmodule li li a,
#navigationmodule li li li a {
  color: #ffffff;
  background-color: #00825b; }

#navigationmodule li li a:hover {
  color: #f79239; }

#topnavigationmodule {
  text-align: right; }

#topnavigationmodule li a {
  font-family: "Lato", sans-serif;
  font-size: 1em; }

/* Body Copy */
p,
li {
  text-align: left;
  line-height: 1.75em;
  padding-bottom: 15px; }

/* Site Links */
a:link,
a:visited {
  color: #00825b;
  text-decoration: none; }

a:hover,
a:active {
  color: #f79239;
  text-decoration: none; }

/* Content text */
#content ul,
#content ol {
  font: inherit;
  font-size: 1em; }

/* Resets our ULs after the main reset and menu nav chewed them up */
#content ul {
  list-style: disc;
  padding-top: 0; }

/* Resets our OLs */
#content ol {
  list-style: decimal;
  text-align: left;
  padding-top: 0; }

/* Resets our LIs */
#content li {
  padding-bottom: 10px;
  text-align: left;
  margin-left: 40px; }

/* Resets our OL OLs */
#content ol ol {
  list-style: upper-alpha; }

/* Resets our OL OL OL OL LOL */
#content ol ol ol,
#content ol ol ol ol {
  list-style: lower-roman; }

/* The blockquote, of course */
blockquote {
  color: #00825b;
  padding: 10px 10px 10px 25px;
  background-color: #f79239;
  margin: 10px 50px; }

/* More blockquote styling */
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal; }

/* Defines how bold bold is when its bolded all bold like. */
strong {
  font-weight: bold; }

/* Fixes the pre tag */
pre {
  margin-bottom: 18px;
  padding: 1.5em; }

/* Hr matey */
hr {
  height: 1px;
  border: 0; }

/* Content text */
#sidebarmodule li {
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  padding-bottom: 10px; }

/* Text for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #00825b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar. */
  z-index: 100000; }

/* @end */
/* @group Body */
body {
  color: #000000;
  background: #E5E7E5; }

/* The main container. It holds everything. Everything! */
#container {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%;
  text-align: center; }

/* @end */
/* @group Header */
/* The module above the module that holds the header */
/* The module that holds the header */
/* The Logo */
/* Social Media Icons */
#socialmodule > div > div > span > a > i {
  padding: 10px; }

/* @end */
/* @group Content */
/* Wraps the content */
#contentwrap {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background: #ffffff; }

/* Holds every element between the header and the footer. */
#content {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  background: #ffffff;
  text-align: left; }

/* Holds the main site content */
#contentblock {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  width: 100%; }

/* Module holding the main site content */
/* Flip Boxes */
#contentblock div.flipboxmodule h2.uabb-back-text-title {
  padding-bottom: 5px; }

/* Profile Modules. Wish these did not have ovverdides.*/
div.profilemodule h4 {
  padding-top: 5px !important;
  padding-bottom: 0px !important; }

div.profilemodule p {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

/* Disclosure Module */
.disclosuremodule {
  font-size: smaller;
  font-style: italic; }

/* Fixes some weird gap issue on Firefox and IE */
#mobilebankingmodule {
  margin-top: -1px; }

/* @end */
/* @group Tables */
table.meet-grid {
  width: 0px;
  margin-top: 30px; }

table.meet-grid td {
  width: 33%;
  text-align: center !important;
  padding-left: 35px;
  padding-right: 35px; }

table.meet-grid td h2,
table.meet-grid td h2 a {
  font-size: 16px !important;
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
  text-decoration: none !important; }

table.meet-grid td h3,
table.meet-grid td h3 a {
  font-size: 12px !important;
  font-style: italic;
  margin: 0px 0px 20px !important;
  padding: 0px !important;
  text-decoration: none; }

.product-matrix {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 2px solid #BB9974; }

.product-matrix th,
.product-matrix td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-size: 11px;
  color: #000000; }

.product-matrix th p,
.product-matrix td p {
  text-align: center;
  padding: 0px; }

.product-matrix em {
  font-size: 9px;
  font-style: italic;
  display: block;
  line-height: 1.2;
  font-weight: normal; }

.product-matrix tbody tr:nth-child(2n) TD:nth-child(2n) {
  background-color: #E9DCCE; }

.product-matrix tbody tr:nth-child(2n) TD:nth-child(2n+1) {
  background-color: #F2EAE2; }

.product-matrix tbody tr:nth-child(2n+1) TD:nth-child(2n) {
  background-color: #D9C4AE; }

.product-matrix tbody tr:nth-child(2n+1) TD:nth-child(2n+1) {
  background-color: #E4D6C7; }

.product-matrix thead th:nth-child(2n+1),
.product-matrix thead th:first-child,
.product-matrix thead tr td:first-child {
  background-color: #FFFFFF !important; }

.product-matrix thead th:nth-child(2n),
.product-matrix tbody tr:nth-child(2n+1) TD:first-child {
  background-color: #F6F1EC !important; }

/* @end */
/* @group Blog */
.bypostauthor {
  display: block; }

/* Module that holds the blog posts. */
div#content div#blogmodule h2 a:link {
  font-size: 1em; }

div#content div#blogpost img {
  width: 100%;
  height: auto; }

div#content div#blogcomments {
  padding: 25px;
  margin: 25px;
  border: 1px solid #cbcbcb; }

.sticky {
  display: block; }

/* @end */
/* @group Footer */
/* The module that holds the footer */
/* Hides the Formidable form title in the footer*/
#footerform > div > div > div > div > h2 {
  display: none; }

/* @end */
/* @group Sidebar */
#sidebarmodule {
  margin-top: 20px;
  padding-right: 5px;
  border-right: 2px solid #d4d4d4; }

#sidebarmodule h2 {
  font-size: 1.5em;
  color: #00825b;
  margin-top: -8px;
  padding-top: 0px; }

#sidebarmodule ul {
  list-style: none; }

#sidebarmodule li {
  margin-left: 0px; }

#sidebarmodule li a {
  color: #00825b; }

#sidebarmodule li a:hover {
  color: #f79239; }

/* Squid Child Pages Plugin Styling */
ul.children {
  margin-left: 15px; }

#sidebarmodule li.page_item_has_children {
  padding-bottom: 0px; }

/* Sidebar widgets */
#sidebarmodule .sidebarwidget {
  padding: 20px;
  margin-bottom: 20px; }

/* Mortgage Calculator */
#lidd_mc_form > div:nth-child(1),
#lidd_mc_form > div:nth-child(2),
#lidd_mc_form > div:nth-child(3),
#lidd_mc_form > div:nth-child(4),
#lidd_mc_form > div:nth-child(5) {
  height: 35px; }

#lidd_mc_results {
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #00825b; }

#lidd_mc_submit {
  background: #f79239;
  border: none;
  color: #ffffff;
  padding: 10px; }

#lidd_mc_total_amount,
#lidd_mc_down_payment,
#lidd_mc_interest_rate,
#lidd_mc_amortization_period,
#lidd_mc_payment_period {
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px; }

/* @end */
/* @group Images */
/* Makes images responsive */
img {
  max-width: 100%;
  height: auto; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/* Restricts media to our content width as defined in functions.php */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/* Galleries */
/* @group Gallery Partials */
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* @end */
/* @end */
/* @group Search */
#searchmodule > div > div > div > form > label > input.search-field {
  padding: 10px;
  border: 1px solid #f79239;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  /* Opera/IE 8+ */
  box-sizing: border-box;
  min-width: 200px; }

#searchmodule > div > div > div > form > input.search-submit {
  padding: 10px;
  color: #ffffff;
  background-color: #f79239;
  border: 0px;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  /* Opera/IE 8+ */
  box-sizing: border-box; }

div.searchresult {
  display: inline-block;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 25px; }

div.searchthumbnail {
  display: inline-block;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 25%;
  margin-right: 25px; }

div.searchdescription {
  display: inline-block;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 72%;
  padding: 25px;
  border: 1px solid #f79239; }

div.searchdescription.full {
  width: 100%; }

div.searchresult h2 {
  padding-left: 10px; }

div.searchresult p {
  padding: 10px; }

div.searchresult img {
  padding-right: 50px; }

div.searchresult a.readmore {
  margin-left: 10px;
  display: inline-block;
  color: #f79239;
  background-color: #00825b; }

/* @end */
/* @group Responsive - Less than Site Width */
@media screen and (max-width: 100%) {
  /* @group Tablet Partials */
  div#container,
  div#contentwrap,
  div#content,
  div#contentblock {
    /* Mobilize framework */
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto; }
  img {
    /* Set mobile image max width to 100% */
    max-width: 100%;
    height: auto;
    width: auto; }
  img.alignright {
    /* Mobile photo, align right */
    margin: 20px;
    float: none;
    display: block; }
  img.alignleft {
    /* Mobile photo, align left */
    margin: 20px;
    float: none;
    display: block; }
  /* @end */
  /* Makes the mobile content block fluid */
  div#contentblock {
    width: 100%;
    padding: 25px;
    text-align: left; } }

/* @end */
/* @group Responsive - Less than 768 */
@media screen and (max-width: 768px) {
  /* The Logo */
  #logomodule {
    padding-left: 25px;
    padding-right: 25px; }
  div.fl-module-menu {
    background-color: #00825b; }
  .fl-menu-mobile-toggle {
    color: #f79239 !important;
    float: left !important; }
  div.fl-module-menu a:link {
    color: #ffffff !important; }
  #mobileloginmodule {
    text-align: center; }
  #mobileloginmodule > div {
    display: none; }
  .appstorebuttonmodule {
    margin-left: 25px;
    margin-right: 25px; } }

/* @end */
